Map.centerOn

Centers the map on these coordinates.

class Map
void
centerOn
(
double latitude
,
double longitude
)

Parameters

latitude double

the longitude to center the map at

longitude double

the longitude to center the map at

Meta